home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / demos / a-d / amms / mbtext / english / com / read < prev    next >
Encoding:
Text File  |  1995-05-05  |  21.2 KB  |  808 lines

  1. ;
  2. ;    $VER: AMMS READ 4.05 [English] / 11-04-1995
  3. ;
  4. ;    Translation by The Terminator
  5. ;
  6.  
  7.  
  8.  
  9. ;
  10. ; Username for all Users
  11. ; ----------------------
  12. *
  13. ALL
  14. *
  15. ;
  16. ; Username of unknown user
  17. ; ------------------------
  18. *
  19. UNKNOWN
  20. *
  21. ; >>UP: 2.0
  22. ; If message protected from deletion then this text is copied in VAR35
  23. ; --------------------------------------------------------------------
  24. *
  25. ^M{TAB 58}#VFARBE 2#DEL-PROTECTED#RESET#
  26. *
  27. ; >>UP: 2.0
  28. ; If message locked then this text is copied in VAR35
  29. ; ---------------------------------------------------
  30. *
  31. ^M{TAB 58}#VFARBE 2#LOCKED#RESET#
  32. *
  33. ; >>UP: 2.0
  34. ; If message locked and protected from deletion then this text is copied in VAR35
  35. ; -------------------------------------------------------------------------------
  36. *
  37. ^M{TAB 58}#VFARBE 2#LOCKED+DEL-PROTECTED#RESET#
  38. *
  39. ;
  40. ; If no subject then this text is copied in the subject
  41. ; -----------------------------------------------------
  42. *
  43. NO SUBJECT
  44. *
  45. ; >>UP: 2.0
  46. ; Header before a quoted message, only textfuncs are converted
  47. ; ------------------------------------------------------------
  48. ;    Var 1- 3 : Name of sender
  49. ;    Var 4- 7 : Sender@Nodename
  50. ;    Var 8    : Name of sending node
  51. ;    Var 9-11 : Name of receiver
  52. ;    Var12-15 : Receiver@Nodename
  53. ;    Var16    : Name of reveiving node
  54. ;    Var17-20 : String of all transfer nodes + LF
  55. ;           If string empty then Var17 is empty
  56. ;    Var21    : Subject
  57. ;    Var22    : Name of board
  58. ;    Var23    : Time of sending
  59. ;    Var24    : Time of import
  60. ;    Var25    : Date of sending (block left)
  61. ;    Var26    : Date of sending (block right)
  62. ;    Var27    : Date of import (block left)
  63. ;    Var28    : Date of import (block right)
  64. ;    Var29    : Messagenumber (000000001)
  65. ;    Var30    : Messagenumber (        1)
  66. ;    Var31    : Messagenumber (1)
  67. ;    Var32    : Length of message (00567)
  68. ;    Var33    : Length of message (  567)
  69. ;    Var34    : Length of message (567)
  70. ;    Var35    : Flags (locked, protected from deletion)
  71. *
  72. ^J #INVERS#{VAR1}@{VAR8} wrote : #RESET#^J^J
  73. *
  74. ; >>UP: 2.0
  75. ; Text for NO REPLIES (copied in VAR36)
  76. ; -------------------------------------
  77. *
  78. none
  79. *
  80. ; >>UP: 2.0
  81. ; Text for NO ORIGINAL (copied in VAR40)
  82. ; --------------------------------------
  83. *
  84. none
  85. *
  86. ; >>UP: 2.0
  87. ; If no messages in board then this text is copied in VAR29-32
  88. ; ------------------------------------------------------------
  89. *
  90. ???
  91. *
  92. ;
  93. ; KEYS : Keys for NO
  94. ; ------------------
  95. *
  96. Nn
  97. *
  98. ;
  99. ; KEYS : Keys for YES
  100. ; -------------------
  101. *
  102. YyJj
  103. *
  104. ; >>UP: 2.0
  105. ; Header of complete message
  106. ; --------------------------
  107. ;    Var 1- 3 : Name of sender
  108. ;    Var 4- 7 : Sender@Nodename
  109. ;    Var 8    : Name of sending node
  110. ;    Var 9-11 : Name of receiver
  111. ;    Var12-15 : Receiver@Nodename
  112. ;    Var16    : Name of reveiving node
  113. ;    Var17-20 : String of all transfer nodes + LF
  114. ;           If string empty then Var17 is empty
  115. ;    Var21    : Subject
  116. ;    Var22    : Name of board
  117. ;    Var23    : Time of sending
  118. ;    Var24    : Time of import
  119. ;    Var25    : Date of sending (block left)
  120. ;    Var26    : Date of sending (block right)
  121. ;    Var27    : Date of import (block left)
  122. ;    Var28    : Date of import (block right)
  123. ;    Var29    : Messagenumber (000000001)
  124. ;    Var30    : Messagenumber (        1)
  125. ;    Var31    : Messagenumber (1)
  126. ;    Var32    : Length of message (00567)
  127. ;    Var33    : Length of message (  567)
  128. ;    Var34    : Length of message (567)
  129. ;    Var35    : Flags (locked, protected from deletion)
  130. ;    Var36-39 : String with all repling numbers of messages
  131. ;    Var40    : Number of original (block left)
  132. *
  133. #RESET##HOME##CLS#{LIMSPACEOFF}{MOREON}
  134. From : {VAR4 51} Nr : {VAR31 7}{VAR23}^J
  135. To   : {VAR12 51} Ln.: {VAR34 6}{VAR26}^J
  136. Subj.: #INVERS# {VAR21} #RESET#{VAR35}^J
  137. Board: {PATH}{VAR22}^J
  138. {VAR17}
  139. -----------------------------------------------------------^J
  140. *
  141. ; >>UP: 2.0
  142. ; Header of show only header of message
  143. ; -------------------------------------
  144. ;    Var 1- 3 : Name of sender
  145. ;    Var 4- 7 : Sender@Nodename
  146. ;    Var 8    : Name of sending node
  147. ;    Var 9-11 : Name of receiver
  148. ;    Var12-15 : Receiver@Nodename
  149. ;    Var16    : Name of reveiving node
  150. ;    Var17-20 : String of all transfer nodes + LF
  151. ;           If string empty then Var17 is empty
  152. ;    Var21    : Subject
  153. ;    Var22    : Name of board
  154. ;    Var23    : Time of sending
  155. ;    Var24    : Time of import
  156. ;    Var25    : Date of sending (block left)
  157. ;    Var26    : Date of sending (block right)
  158. ;    Var27    : Date of import (block left)
  159. ;    Var28    : Date of import (block right)
  160. ;    Var29    : Messagenumber (000000001)
  161. ;    Var30    : Messagenumber (        1)
  162. ;    Var31    : Messagenumber (1)
  163. ;    Var32    : Length of message (00567)
  164. ;    Var33    : Length of message (  567)
  165. ;    Var34    : Length of message (567)
  166. ;    Var35    : Flags (locked, protected from deletion)
  167. ;    Var36-39 : String with all repling numbers of messages
  168. ;    Var40    : Number of original (block left)
  169. *
  170. {LIMSPACEOFF}{MOREON}^J
  171. From : {VAR4 51} Nr : {VAR31 7}{VAR23}^J
  172. To   : {VAR12 51} Ln.: {VAR34 6}{VAR26}^J
  173. Subj.: #INVERS# {VAR21} #RESET#{VAR35}^J
  174. Board: {PATH}{VAR22}^J
  175. {VAR17}
  176. *
  177. ; >>UP: 2.0
  178. ; Bottom of message
  179. ; -----------------
  180. ;    Var 1- 3 : Name of sender
  181. ;    Var 4- 7 : Sender@Nodename
  182. ;    Var 8    : Name of sending node
  183. ;    Var 9-11 : Name of receiver
  184. ;    Var12-15 : Receiver@Nodename
  185. ;    Var16    : Name of reveiving node
  186. ;    Var17-20 : String of all transfer nodes + LF
  187. ;           If string empty then Var17 is empty
  188. ;    Var21    : Subject
  189. ;    Var22    : Name of board
  190. ;    Var23    : Time of sending
  191. ;    Var24    : Time of import
  192. ;    Var25    : Date of sending (block left)
  193. ;    Var26    : Date of sending (block right)
  194. ;    Var27    : Date of import (block left)
  195. ;    Var28    : Date of import (block right)
  196. ;    Var29    : Messagenumber (000000001)
  197. ;    Var30    : Messagenumber (        1)
  198. ;    Var31    : Messagenumber (1)
  199. ;    Var32    : Length of message (00567)
  200. ;    Var33    : Length of message (  567)
  201. ;    Var34    : Length of message (567)
  202. ;    Var35    : Flags (locked, protected from deletion)
  203. ;    Var36-39 : String with all repling numbers of messages
  204. ;    Var40    : Number of original (block left)
  205. *
  206. ^J^J
  207. #RESET#Original: {VAR40}^J
  208. #RESET#Replies : {VAR36}^J
  209. *
  210. ;
  211. ; Starttext of message-system
  212. ; ---------------------------
  213. *
  214. ^J#VFARBE 2#{COMMAND} - Message-System V{VERSION}.{REVISION}#RESET#^J^J
  215. *
  216. ;
  217. ; Endtext of message-system
  218. ; -------------------------
  219. *
  220. ^J#VFARBE 2#End of Message-System !#RESET#^J^J
  221. *
  222. ; >>UP: 2.0
  223. ; TMP-filename of message (download)
  224. ; ----------------------------------
  225. ;    Var 1- 3 : Name of sender
  226. ;    Var 4- 7 : Sender@Nodename
  227. ;    Var 8    : Name of sending node
  228. ;    Var 9-11 : Name of receiver
  229. ;    Var12-15 : Receiver@Nodename
  230. ;    Var16    : Name of reveiving node
  231. ;    Var17-20 : String of all transfer nodes + LF
  232. ;           If string empty then Var17 is empty
  233. ;    Var21    : Subject
  234. ;    Var22    : Name of board
  235. ;    Var23    : Time of sending
  236. ;    Var24    : Time of import
  237. ;    Var25    : Date of sending (block left)
  238. ;    Var26    : Date of sending (block right)
  239. ;    Var27    : Date of import (block left)
  240. ;    Var28    : Date of import (block right)
  241. ;    Var29    : Messagenumber (000000001)
  242. ;    Var30    : Messagenumber (        1)
  243. ;    Var31    : Messagenumber (1)
  244. ;    Var32    : Length of message (00567)
  245. ;    Var33    : Length of message (  567)
  246. ;    Var34    : Length of message (567)
  247. ;    Var35    : Flags (locked, protected from deletion)
  248. ;    Var36-39 : String with all repling numbers of messages
  249. ;    Var40    : Number of original (block left)
  250. *
  251. mbmsg:point/{PORT}/{VAR22}_{VAR31}
  252. *
  253. ;
  254. ; TMP-filename of message (upload)
  255. ; --------------------------------
  256. *
  257. mbmsg:point/{PORT}/UploadMsg
  258. *
  259. ; >>UP: 2.0
  260. ; QUESTION: Insert board in boardlist
  261. ; -----------------------------------
  262. ;    Var22 : Boardname
  263. ;    PATH  : Act. path
  264. *
  265. Add board "{PATH}{VAR22}" to list (y/n) ? 
  266. *
  267. ; >>UP: 2.0
  268. ; Eingabezeile : RN-Area
  269. ; ----------------------
  270. ;    Var 1 : Number of following messages
  271. ;    Var22 : Boardname
  272. *
  273. {MOREOFF}^J#INVERS#{PATH}{VAR22} : {VAR1} new message(s) [h=help] : #RESET#
  274. *
  275. ; >>UP: 2.0
  276. ; Eingabezeile : Board-Area
  277. ; -------------------------
  278. ;    Var 1 : Number of following messages
  279. ;    Var 2 : Number of just written messages which are not read, yet
  280. ;
  281. ;    Var29 : Messagenumber (000000001)
  282. ;    Var30 : Messagenumber (        1)
  283. ;    Var31 : Messagenumber (1)
  284. *
  285. {MOREOFF}^J#INVERS##FARBE 7,1#
  286. {VAR1} new message(s), including {VAR2} msg(s) from you. ({VAR31}) [h=help] : #RESET#
  287. *
  288. ; >>UP: 2.0
  289. ; Eingabezeile : Answer-Area
  290. ; --------------------------
  291. ;    Var29 : Messagenumber (000000001)
  292. ;    Var30 : Messagenumber (        1)
  293. ;    Var31 : Messagenumber (1)
  294. *
  295. {MOREOFF}^J#INVERS##FARBE 1,2#
  296. Read other answers ({VAR31}) [h=help] : #RESET#
  297. *
  298. ; >>UP: 2.0
  299. ; Eingabezeile : Original-Ebene
  300. ; -----------------------------
  301. ;    Var29 : Messagenumber (000000001)
  302. ;    Var30 : Messagenumber (        1)
  303. ;    Var31 : Messagenumber (1)
  304. *
  305. {MOREOFF}^J#INVERS##FARBE 4,3#
  306. Read other originals ({VAR31}) [h=help] : #RESET#
  307. *
  308. ; >>UP: 2.0
  309. ; STATUS: Error on disk
  310. ; ---------------------
  311. ;    Var22 : Boardname
  312. ;    PATH  : Act. path
  313. *
  314. ^JError on disk ! Please contact sysop !^J
  315. ({PATH}{VAR22})^J
  316. *
  317. ; >>UP: 2.0
  318. ; STATUS: Board does not exist
  319. ; ----------------------------
  320. ;    Var 1- 3: False name of board
  321. *
  322. ^JBoard "{VAR1}" does not exist !^J
  323. *
  324. ; >>UP: 2.0
  325. ; STATUS: Access denied to board
  326. ; ------------------------------
  327. ;    Var22 : Boardname
  328. ;    PATH  : Act. path
  329. *
  330. ^JAccess denied to board "{PATH}{VAR22}" !^J
  331. *
  332. ; >>UP: 2.0
  333. ; STATUS: Error on open board
  334. ; ---------------------------
  335. ;    Var22 : Boardname
  336. ;    PATH  : Act. path
  337. *
  338. ^JO P E N - E R R O R ! Please contact sysop !^J
  339. ({PATH}{VAR22})^J
  340. *
  341. ; >>UP: 2.0
  342. ; STATUS: Error on close board
  343. ; ----------------------------
  344. ;    Var22 : Boardname
  345. ;    PATH  : Act. path
  346. *
  347. ^JC L O S E - E R R O R ! Please contact sysop !^J
  348. ({PATH}{VAR22})^J
  349. *
  350. ;
  351. ; STATUS: Message does not exist
  352. ; ------------------------------
  353. *
  354. ^JMessage does not exist !^J
  355. *
  356. ;
  357. ; STATUS: No access of read-functions
  358. ; -----------------------------------
  359. *
  360. ^JAccess denied !^J
  361. *
  362. ;
  363. ; Help : RN-Area
  364. ; --------------
  365. *
  366. ^J
  367. n: read messages (space or return)           h: this page (?)^J
  368. m: read messages to you and skip board       z: read latest message^J
  369. M: read messages only to you and skip board  Z: read oldest message^J
  370. i: list all new messages                     g: read message from number^J
  371. I: list all messages                         d: read message from date^J
  372. j: next board                                b: previous board^J
  373. c: skip board (mark all msgs read)           q: quit READ/RN^J
  374. *
  375. ;
  376. ; Small help : BOARD-Area
  377. ; -----------------------
  378. *
  379. ^J
  380. Small page of help :^J
  381. --------------------^J
  382. SPACE,RETURN: read next message        j: next message^J
  383. p: read last message                   b: last message^J
  384. l: read message again            N,J,B,P: n,j,b,p with jump-range input^J
  385. *: read answers                        -: read original^J
  386. m: read msg to you and skip board      M: read msg only to you and skip board^J
  387. ^J
  388. r: reply                               e: edit message^J
  389. R: reply with private mail             u: upload message^J
  390. w: write new message                   D: download message^J
  391. i: list all new messages          CTRL-D: delete message^J
  392. H: show extended help page             h: this page (?)^J
  393. q: quit board                          Q: quit (keep msgs unread)^J
  394. c: skip board (mark all msgs read)^J
  395. *
  396. ;
  397. ; Large help : BOARD-Area
  398. ; -----------------------
  399. *
  400. ^J
  401. SPACE,RETURN: read next message, ignore your replies^J
  402. n: read next message                   j: next message^J
  403. p: read last message                   b: last message^J
  404. l: read message again            N,J,B,P: n,j,b,p with jump-range input^J
  405. z: read latest message                 Z: read oldest message^J
  406. *: read answers                        -: read original^J
  407. m: read msg to you and skip board      M: read msg only to you and skip board^J
  408. f: search next message from user       F: search message from user^J
  409. t: search next message to user         T: search message to user^J
  410. s: search next message with subject    S: search message with subject^J
  411. d: search messages with date^J
  412. x: read marked message                 X: mark message^J
  413. g: jump to message with number         k: toggle : header / whole message^J
  414. ^J
  415. r: reply                               e: edit message^J
  416. R: reply with private mail             u: upload message^J
  417. w: write new message                   D: download message^J
  418. i: list all new messages               I: list all new messages (more info)^J
  419. U: copy msg to other board        CTRL-R: reset highest messagenumber^J
  420. v: move msg to other board        CTRL-D: delete message^J
  421. C: copy msg as private mail            c: skip board (mark all msgs read)^J
  422. o: toggle delete protection            y: lock/unlock message^J
  423. h: small help page (?)                 H: this page^J
  424. q: quit board                          Q: quit (keep msgs unread)^J
  425. *
  426. ;
  427. ; Small help : Answer-Area
  428. ; ------------------------
  429. *
  430. ^J
  431. Small page of help :^J
  432. --------------------^J
  433. SPACE,RETURN: read next message        j: next message^J
  434. p: read last message                   b: last message^J
  435. l: read message again^J
  436. *: read answers                        -: back to original^J
  437. ^J
  438. r: reply                               e: edit message^J
  439. R: reply with private mail             u: upload message^J
  440. w: write new message                   D: download message^J
  441. i: list answers                        I: extended answerlist^J
  442. H: extended help page                  h: this page (?)^J
  443. q: quit to original               CTRL-D: delete message^J
  444. *
  445. ;
  446. ; Large help : Answer-Area
  447. ; ------------------------
  448. *
  449. ^J
  450. n: read next message (space,return)    j: next message^J
  451. p: read last                           b: last message^J
  452. l: read message again                  X: mark message^J
  453. *: read answers                        -: back to original^J
  454. k: toggle : header / whole message^J
  455. ^J
  456. r: reply                               e: edit message^J
  457. R: reply with private mail             u: upload message^J
  458. w: write new message                   D: download message^J
  459. i: list all new messages               I: list all new messages (more info)^J
  460. U: copy msg to other board        CTRL-R: reset highest messagenumber^J
  461. v: move msg to other board        CTRL-D: delete message^J
  462. C: copy msg as private mail            q: quit^J
  463. o: toggle delete protection            y: lock/unlock message^J
  464. h: small help page (?)                 H: this page^J
  465. *
  466. ;
  467. ; Small help : Original-Area
  468. ; --------------------------
  469. *
  470. ^J
  471. Small page of help :^J
  472. --------------------^J
  473. SPACE,RETURN: back to answer           l: read message again^J
  474. *: read answers                        -: read original^J
  475. ^J
  476. r: reply                               e: edit message^J
  477. R: reply with private mail             u: upload message^J
  478. w: write new message                   D: download message^J
  479. H: extended help page                  h: this page (?)^J
  480. q: quit                           CTRL-D: delete message^J
  481. *
  482. ;
  483. ; Large help : Original-Area
  484. ; --------------------------
  485. *
  486. ^J
  487. n: back to answer (space,return)^J
  488. l: read message again                  X: mark message^J
  489. *: read answers                        -: read original^J
  490. k: toggle : header / whole message^J
  491. ^J
  492. r: reply                               e: edit message^J
  493. R: reply with private mail             u: upload message^J
  494. w: write new message                   D: download message^J
  495. U: copy msg to other board        CTRL-R: reset highest messagenumber^J
  496. v: move msg to other board        CTRL-D: delete message^J
  497. C: copy msg as private mail            q: quit^J
  498. o: toggle delete protection            y: lock/unlock message^J
  499. h: small help page (?)                 H: this page^J
  500. *
  501. ;
  502. ; Format of date (VAR25-28)
  503. ; -------------------------
  504. *
  505. 1.3.5
  506. *
  507. ; >>UP: 2.0
  508. ; Editor-comment
  509. ; --------------
  510. ;    Var22 : Boardname
  511. ;    PATH  : Act. path
  512. *
  513. Boardname: {PATH}{VAR22}
  514. *
  515. ;
  516. ; QUESTION: Number of messages to be skipped forward
  517. ; --------------------------------------------------
  518. *
  519. ^J#INVERS#Number of messages to be skipped forward : #RESET#
  520. *
  521. ;
  522. ; QUESTION: Number of messages to be skipped backward
  523. ; ---------------------------------------------------
  524. *
  525. ^J#INVERS#Number of messages to be skipped backward : #RESET#
  526. *
  527. ;
  528. ; STATUS: Read whole message
  529. ; --------------------------
  530. *
  531. ^JRead whole message !^J
  532. *
  533. ;
  534. ; STATUS: Read message header
  535. ; ---------------------------
  536. *
  537. ^JRead message header !^J
  538. *
  539. ;
  540. ; QUESTION: Delete message
  541. ; ------------------------
  542. *
  543. ^JDelete message (y/n) ? 
  544. *
  545. ;
  546. ; STATUS: Message is protected from deletion
  547. ; ------------------------------------------
  548. *
  549. ^JMessage is protected from deletion !^J
  550. *
  551. ;
  552. ; QUESTION: search message to
  553. ; ---------------------------
  554. *
  555. ^JSearch message to : 
  556. *
  557. ;
  558. ; QUESTION: search message from
  559. ; -----------------------------
  560. *
  561. ^JSearch message from : 
  562. *
  563. ;
  564. ; QUESTION: jump to message number
  565. ; --------------------------------
  566. *
  567. ^JJump to message number : 
  568. *
  569. ;
  570. ; STATUS: Number of message is to high
  571. ; ------------------------------------
  572. *
  573. ^JNumber of message is to high ! ^J
  574. *
  575. ;
  576. ; STATUS: Message is protected from deletion
  577. ; ------------------------------------------
  578. *
  579. ^JMessage is protected from deletion !^J
  580. *
  581. ;
  582. ; STATUS: Message is not protected from deletion
  583. ; ----------------------------------------------
  584. *
  585. ^JMessage is not protected from deletion !^J
  586. *
  587. ;
  588. ; STATUS: Message is locked
  589. ; -------------------------
  590. *
  591. ^JMessage is locked !^J
  592. *
  593. ;
  594. ; STATUS: Message is unlocked
  595. ; ---------------------------
  596. *
  597. ^JMessage is unlocked !^J
  598. *
  599. ;
  600. ; STATUS: Can not save message, because old message may not be deleted
  601. ; --------------------------------------------------------------------
  602. *
  603. ^JMessage not saved because old message may not be deleted !^J
  604. *
  605. ;
  606. ; QUESTION: Use quotes
  607. ; --------------------
  608. *
  609. Use quotes (y/n) ? 
  610. *
  611. ; >>UP: 2.0
  612. ; QUESTION: Message to
  613. ; --------------------
  614. *
  615. Message to : {BORDER 66}
  616. *
  617. ; >>UP: 2.0
  618. ; QUESTION: Private mail to
  619. ---------------------------
  620. *
  621. Private mail to : {BORDER 61}
  622. *
  623. ;
  624. ; QUESTION: Subject
  625. ; -----------------
  626. *
  627. Subject : 
  628. *
  629. ;
  630. ; QUESTION: Search subject
  631. ; ------------------------
  632. *
  633. ^JSearch subject : 
  634. *
  635. ;
  636. ; QUESTION: Search date
  637. ; ---------------------
  638. *
  639. ^JSearch date : 
  640. *
  641. ;
  642. ; STATUS: Error im Date (search date)
  643. ; -----------------------------------
  644. *
  645. Error in date !^J
  646. *
  647. ;
  648. ; STATUS: only older messages exist (search date)
  649. ; ------------------------------------------------
  650. *
  651. ^JOnly older messages exist !^J
  652. *
  653. ;
  654. ; Top of list messages (small)
  655. ; ----------------------------
  656. *
  657. {MOREON}^J
  658. MsgNr  Sender{TAB 10}Receiver{TAB 8}Subject^J
  659. ----------------------------------------------^J
  660. *
  661. ; >>UP: 2.0
  662. ; Line of small list
  663. ; ------------------
  664. ;    Var 1- 3 : Name of sender
  665. ;    Var 9-11 : Name of receiver
  666. ;    Var21    : Subject
  667. ;    Var22    : Name of board
  668. ;    Var27    : Date of import (block left)
  669. ;    Var28    : Date of import (block right)
  670. ;    Var29    : Messagenumber (000000001)
  671. ;    Var30    : Messagenumber (        1)
  672. ;    Var31    : Messagenumber (1)
  673. ;    Var32    : Length of message (00567)
  674. ;    Var33    : Length of message (  567)
  675. ;    Var34    : Length of message (567)
  676. ;    Var35    : Flags (locked, protected from deletion)
  677. ;    Var36-39 : String with all repling numbers of messages
  678. ;    Var40    : Number of original (block left)
  679. *
  680. {VAR31 6} {VAR1 15} {VAR9 15} {VAR21}^J
  681. *
  682. ;
  683. ; Top of list messages (full)
  684. ; ---------------------------
  685. *
  686. {MOREON}^JMsgNr  Sender{TAB 26}Subject^J
  687. {TAB 7}Receiver{TAB 13}Date{TAB 7}Time{TAB 6}Length   Flags^J
  688. ---------------------------------------------------------------^J
  689. *
  690. ; >>UP: 2.0
  691. ; Line of full list
  692. ; -----------------
  693. ;    Var 1- 3 : Name of sender
  694. ;    Var 4- 7 : Sender@Nodename
  695. ;    Var 8    : Name of sending node
  696. ;    Var 9-11 : Name of receiver
  697. ;    Var12-15 : Receiver@Nodename
  698. ;    Var16    : Name of reveiving node
  699. ;    Var17-20 : String of all transfer nodes + LF
  700. ;           If string empty then Var17 is empty
  701. ;    Var21    : Subject
  702. ;    Var22    : Name of board
  703. ;    Var23    : Time of sending
  704. ;    Var24    : Time of import
  705. ;    Var25    : Date of sending (block left)
  706. ;    Var26    : Date of sending (block right)
  707. ;    Var27    : Date of import (block left)
  708. ;    Var28    : Date of import (block right)
  709. ;    Var29    : Messagenumber (000000001)
  710. ;    Var30    : Messagenumber (        1)
  711. ;    Var31    : Messagenumber (1)
  712. ;    Var32    : Length of message (00567)
  713. ;    Var33    : Length of message (  567)
  714. ;    Var34    : Length of message (567)
  715. ;    Var35    : Flags (locked, protected from deletion)
  716. ;    Var36-39 : String with all repling numbers of messages
  717. ;    Var40    : Number of original (block left)
  718. *
  719. #VFARBE 2#{VAR31 6} {VAR4 32}{VAR21}#RESET#^J
  720. {TAB 7}{VAR12 20} {VAR26}  {VAR23}  {VAR34}{VAR35}^J
  721. *
  722. ;
  723. ; STATUS: Mark message
  724. ; --------------------
  725. *
  726. ^JMark message !^J
  727. *
  728. ;
  729. ; QUESTION: Targetboard
  730. ; ---------------------
  731. *
  732. ^JTargetboard : 
  733. *
  734. ;
  735. ; STATUS: Can not open XPR-library
  736. ; --------------------------------
  737. *
  738. ^JCan not open XPR-library !^J
  739. *
  740. ;
  741. ; STATUS: Transfer aborted
  742. ; ------------------------
  743. *
  744. ^JTransfer aborted !^J
  745. *
  746. ;
  747. ; STATUS: Can not open TMP-file
  748. ; -----------------------------
  749. *
  750. ^JCan not open TMP-file !^J
  751. *
  752. ;
  753. ; STATUS: Can not load TMP-file
  754. ; -----------------------------
  755. *
  756. ^JCan not load TMP-file !^J
  757. *
  758. ;
  759. ; Identify NET-user with wildcards
  760. ; --------------------------------
  761. *
  762. NET@**
  763.  
  764. ;
  765. ; STATUS: Wrong user name
  766. ; -----------------------
  767. *
  768. #VFARBE 1#Wrong user name !#RESET#^J
  769. *
  770. ;
  771. ; STATUS: Wrong node name
  772. ; -----------------------
  773. *
  774. #VFARBE 1#Wrong node name !#RESET#^J
  775. *
  776. ;
  777. ; STATUS: Msgs/PMs to receiver are locked
  778. ; ---------------------------------------
  779. *
  780. #VFARBE 1#Msgs/private mails to receiver are locked !#RESET#^J
  781. *
  782. ;
  783. ; STATUS: PMs is locked
  784. ; ---------------------
  785. *
  786. #VFARBE 1#Private mails are locked !#RESET#^J
  787. *
  788. ;
  789. ; STATUS: Net-PMs are locked
  790. ; --------------------------
  791. *
  792. #VFARBE 1#Private net-mails are locked !#RESET#^J
  793. *
  794. ; >>UP: 2.0
  795. ; Privat-mail-editor-comment
  796. ; --------------------------
  797. ;    Var36-38 : Name of receiver
  798. ;    Var39    : Name of reveiving node
  799. *
  800. Privat mail to {VAR36}@{VAR39}
  801. *
  802. ;
  803. ; QUESTION: Copy msg as private mail to
  804. ---------------------------------------
  805. *
  806. Copy msg as private mail to : 
  807. *
  808.